<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
html {
	width: 100%;
}

img {
	max-width: 100%;
}
div.clear1{
	display:block
}
div.clear2{
	display:none
}
/*header*/

header {
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 555;
	height: 90px;
	background: transparent;
	transition: all 0.3s;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

header.active {
	border-bottom: none;
	background: #ffffff;
	transition: all 0.3s;
	height: 80px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.header-box {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: space-between;
}

a {
	outline: 0;
}

.header-left .fupad {
	float: left;
}

.header-right {
	display: flex;
	color: #fff;
	height: 100%;
}

header.active .header-right {
	color: #333;
}

.header-right&gt;div,
.header-right&gt;a {
	float: right;
	position: relative;
	padding: 0 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#fff;
}

.lang_box {
	min-width: 60px;
}

.header-right i {
	margin-right: 10px;
	font-size: 18px;
}

.contact_phone {
	font-family: impact;
	min-width: 230px;
	font-weight: normal;
	font-size: 20px;
}

header.active .header-right .contact_phone {
	background: #d10101;
	color: #fff;
}
header.active .header-right&gt;a{
	color: #333;
}
.header-right&gt;div:before,
.header-right&gt;a:before{
	content: "";
	position: absolute;
	width: 1px;
	top: 0;
	left: 0px;
	bottom: 0;
	background: rgba(255, 255, 255, 0.3);
}

.fupad {
	display: flex;
	outline: 0;
	padding: 0 5%;
	height: 90px;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	align-items: center;
}

header .logo1,
header.active .logo2 {
	display: block;
}

header .logo2,
header.active .logo1 {
	display: none;
}

header.active .fupad {
	height: 80px;
}


/**/

.pos_re {
	position: relative;
	text-align: center;
}

header .nav-item {
	position: relative;
	margin: 0 25px!important;
	transition: all 0.3s;
}

header .nav-item:before {
	content: "";
	position: absolute;
	width: 1px;
	top: 0;
	right: -25px;
	bottom: 0;
	background: rgba(255, 255, 255, 0.3);
}

header .nav-link {
	position: relative;
	color: #fff;
	display: flex;
	height: 90px;
	padding: 0!important;
	font-size: 16px;
	font-weight: normal;
	align-items: center;
	justify-content: center;
	min-width: 64px;
}

header.active .nav-link {
	color: #333;
	width: 100%;
	height: 80px;
}

.nav-item&gt;a.nav-link:before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 0;
	height: 4px;
	background: #cd152c;
	transition: all 0.3s;
}

header.active .nav-item&gt;a.nav-link:before {
	bottom: 0px;
}

.nav-item&gt;a.nav-link:hover {
	color: #fff;
}

.nav-item:hover&gt;a.nav-link:before {
	width: 100%;
	transition: all 0.3s;
}

header.active .nav-item&gt;a.nav-link:hover {
	color: #000;
}


/* logoå›¾ç‰‡ */


/* èœå• */

.pc_header_width {
	padding: 0;
}

ul.navbar-nav {
	width: 100%;
	justify-content: space-between;
}


/* äºŒçº§ */

.dropdown:hover .dropdown-menu_box {
	display: block;
}

.dropdown-menu_box {
	position: absolute;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	top: calc(100% - 2px);
	z-index: 999;
	background: #ffffff;
	padding: 0px 0 0px;
	border-radius: 2px;
}

.dropdown-toggle::after {
	display: none!important;
}

.dropdown-menu_box ul {
	position: relative;
	padding-left: 0;
}

.dropdown-menu_box ul li {
	width: 100%;
	position: relative;
	list-style: none;
}

.dropdown-menu_box ul li a {
	display: block;
	font-size: 14px;
	height: 41px;
	line-height: 40px;
	color: #666666;
	border-bottom: 1px solid #e5e5e5;
	padding: 0px 10px 0px 10px;
	transition: all 0.2s;
	text-align: center;
}

.dropdown-menu_box ul li:last-child a {
	border: none;
}

.dropdown-menu_box ul li a:hover,
.dropdown-menu_box ul li a:focus {
	color: #fff;
	border-bottom: 1px solid #cd152c;
	background: #cd152c;
	transition: all 0.2s;
}


/* è¯­è¨€ */

i.btn-search {
	margin: 0 20px;
	font-size: 18px;
	color: #333;
}

header.active .lang_cn a,
header.newde-active .lang_cn a,
header.active i.btn-search {
	color: #58b530!important;
}

.lang_cn {
	margin-left: 20px;
	text-align: center;
	position: relative;
	cursor: pointer;
	min-width: 108px;
}

.lang_cn .lang_hiden {
	position: absolute;
	top: 100%;
	width: 100%;
	background: #fff;
	left: 0;
	margin-left: 0px;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
	z-index: 2;
	border-radius: 5px;
	padding: 5px 0;
	display: none;
}

.lang_cn:hover {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}

body {
	top: 0px !important;
}

#google_translate_element2 {
	display: none !important;
}

.goog-logo-link {
	display: none !important;
}

.goog-te-gadget {
	color: transparent !important;
}

#google_translate_element {
	display: none;
}

.goog-te-banner-frame.skiptranslate {
	display: none !important;
}

.lang_cn .lang_hiden li {
	list-style: none;
}

.lang_cn .lang_hiden li:hover {
	background: rgba(0, 0, 0, 0.1);
}

.lang_cn:hover .lang_hiden {
	display: block;
}

.lang_cn .lang_hiden li a span {
	display: inline-block;
	width: 70px;
	font-size: 12px;
}

.lang_cn:before {
	content: "";
	position: absolute;
	left: -10px;
	top: 50%;
	margin-top: -7px;
	width: 1px;
	height: 14px;
	background: #333;
}

.lang_cn a {
	color: #333;
	;
}

.lang_cn i {
	margin-right: 10px;
	font-size: 18px;
}

.lang_en {
	position: fixed;
	top: 90px;
	z-index: 999;
	width: 100px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 12px;
	color: #999;
	right: 0px;
	background: #ffffff;
	opacity: 0;
	cursor: pointer;
}


/* æ‰‹æœºç«¯å¯¼èˆªæ&nbsp; */

.mobile_header-box {
	width: 100%;
	height: 60px;
	display: none;
}

.mobile_header {
	position: relative;
	z-index: 1100;
	background: #ffffff;
	color: #333333;
	width: 100%;
	transition: all 0.3s;
}

.mobile_header.active {
	position: fixed!important;
	z-index: 1100;
	left: 0px;
	right: 0;
	top: 0px;
	transition: all 0.3s;
}

.mobile_header a {
	color: #333333;
}

.mobile_header_title {
	height: 60px;
	background: #ffffff;
	box-shadow: rgb(102, 102, 102) 0.01rem 0.01rem 0.08rem;
}

.mobile_header_title img {
	display: inline-block;
	height: 32px;
}

.mobile_header_list {
	background: #0b0b0b;
	width: 100%;
	cursor: pointer;
	color: #ffffff;
	display: none;
	min-height: 100vh;
}

.mobile_header_list .card {
	background: none;
}

.mobile_header_list input {
	background: transparent;
	border: 0;
	padding-left: 20px;
	width: calc(100% - 40px);
	height: 38px;
	line-height: 38px;
	color: #fff;
	background: #111;
	margin: 6px 20px 6px 0;
}

.mobile_header_list .btn:focus {
	outline: none;
	box-shadow: none;
}

.mobile_header_list input:focus {
	border: none;
	box-shadow: none;
	outline: none;
	background-color: transparent;
}

.mobile_header_list input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff !important;
}

.mobile_header_list input::-webkit-input-placeholder {
	color: #fff !important;
}

.mobile_header_list input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff !important;
}

.mobile_header_list input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff !important;
}

.mobile_header_list .card h5 img {
	float: right;
	margin-top: 0.4rem;
	margin-right: 0.25rem;
}

.mobile_header_list .card h5 img:nth-child(2) {
	display: none;
}

.mobile_header_list .card h5 {
	line-height: 50px;
	font-size: 14px;
	padding-left: 15px;
	color: #ffffff;
	position: relative;
	cursor: pointer;
	border-bottom: 1px dashed #999;
	width: 90%;
	margin: auto;
}

.mobile_header_list .card h5 .btn {
	float: right;
	margin-top: 0.4rem;
	color: #ffffff;
	margin-right: 3%;
}

.mobile_header_list .card h5::after {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	right: 5%;
	top: 50%;
	margin-top: -0.06rem;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.mobile_header_list .card:last-child h5::after {
	border: 0;
}

.mobile_header_list .card.nodropdown h5::after {
	border-bottom: none;
	border-right: none
}

.mobile_menu_title.active h5::after {
	-webkit-transform: translate3d(0, 0px, 0) rotate(-135deg);
	transform: translate3d(0, 0px, 0) rotate(-135deg);
}

.mobile_header_list .card:first-child h5::after {
	width: 0;
	height: 0;
}

.mobile_header .card-body {
	background: #111111;
	padding: 15px;
}

.card-body ul {
	width: 90%;
	margin: auto;
}

.card-body ul li {
	list-style: none;
}

.card-body ul li a {
	color: #ffffff;
	line-height: 36px !important;
}

.moblie_title_left {
	float: left;
	padding-top: 12px;
	padding-left: 6%;
}

.moblie_title_right {
	float: right;
	width: 12%;
	padding-top: 15px;
	text-align: center;
	margin-top: 25px;
	cursor: pointer;
}

.menuicon {
	width: 20px;
	height: 2px;
	background: #999;
	position: relative;
	left: 50%;
	top: 50%;
	margin-top: -10px;
	margin-left: -10px;
}

.menuicon::before {
	content: '';
	width: 20px;
	height: 2px;
	background: #999;
	position: absolute;
	left: 0;
	top: -6px;
	z-index: 999;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.menuicon::after {
	content: '';
	width: 20px;
	height: 2px;
	background: #999;
	position: absolute;
	left: 0;
	top: 6px;
	z-index: 999;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.moblie_title_right.is-active .menuicon {
	background: none;
}

.moblie_title_right.is-active .menuicon::before {
	-webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
	transform: translate3d(0, 8px, 0) rotate(45deg);
}

.moblie_title_right.is-active .menuicon::after {
	-webkit-transform: translate3d(0, -4px, 0) rotate(-45deg);
	transform: translate3d(0, -4px, 0) rotate(-45deg);
}

.card .search__form {
	display: flex;
	width: 90%;
	margin: auto;
	height: 50px;
	align-items: center;
	justify-content: space-between;
}

.card .search__form i {
	font-size: 20px;
}


/**/

.warp {
	padding: 80px 0;
}

.title_ny {
	margin-bottom: 40px;
}

.title_ny h2 {
	font-weight: normal;
	font-size: 28px;
	text-align: center;
}


/*banner*/

.banner-wrapper .swiper-slide,
.banner-wrapper.swiper-container,
.banner-wrapper .swiper-slide a{
	width: 100%!important;
	height: 100%;
}

#banner .swiper-slide {
	position: relative;
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#banner .swiper-slide img {
	width: 100%!important;
}


#banner {
	position: relative;
	width: 100%;
}



#banner .swiper-slide .title-tx h1 {
	font-weight: bold;
	color: #fff;
	text-align: left;
	color: #277916;
	font-size: 62px;
}

#banner .swiper-slide .title-tx p {
	display: inline-block;
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #666;
}

#banner .swiper-slide .title-tx {
	transform: translateY(50px);
	opacity: 0;
	transition: all .4s;
}

.swiper-button-next,
.swiper-button-prev {
	padding: 10px;
}

.banner_button {
	display: flex;
	position: absolute;
	top: 50%;
	width: 50px;
	height: 60px;
	margin-top: -30px;
	background: rgba(0, 0, 0, 0);
	z-index: 33;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	color: #fff;
	transition: all 0.3s;
	cursor: pointer;
}

.banner_button:hover {
	background: rgba(0, 0, 0, 0.3);
	transition: all 0.3s;
}

.banner_button.button-next {
	right: 0;
}

.banner_button.button-left {
	left: 0;
}

#banner .ani-slide .title-tx {
	transform: translateY(0);
	opacity: 1;
}

#banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 0;
	transition: all 0.4s;
	border: 2px solid #fff;
	background: rgba(255, 255, 255, 0);
	border-radius: 50%;
	opacity: 1;
}

#banner .swiper-pagination-bullet-active {
	background: #fff;
}

#banner .swiper-pagination {
	text-align: center;
	position: inherit;
}

#banner .swiper-pagination-bullet {
	position: relative;
	margin-left: 10px;
}

#banner .swiper-container-horizontal&gt;.swiper-pagination-bullets,
#banner .swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 20%;
	left: 0;
}

.buttonbox {
	position: absolute;
	bottom: 5%;
	left: 0;
	width: 100%;
	z-index: 2;
}

.banner-img {
	width: 100%;
}

#banner-img {
	position: relative;
	background-size: cover;
	background-position: center center;
}

#banner-img .banner-txt {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	align-items: center;
	text-align: center;
}

#banner-img .banner-txt p {
	margin-top: 00px;
	font-weight: bold;
	font-size: 50px;
	color: #fff;
	line-height: 50px;
	opacity: 0.5;
}

#banner-img .banner-txt h2 {
	font-size: 36px;
	font-weight: bold;
	position: relative;
	z-index: 1;
	color: #fff;
	margin-top: 30px;
}

.banner-nav ul li a {
	position: relative;
	display: inline-block;
	width: 26px;
	height: 26px;
	cursor: pointer;
}

.banner-nav ul li a b {
	position: absolute;
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #ffffff;
	border-radius: 100%;
	top: 50%;
	left: 50%;
	margin-top: -3px;
	margin-left: -3px;
	opacity: 0.5;
}

.banner-nav ul li.active a b {
	background: #ffffff;
	opacity: 1;
}

.banner-1 {
	position: relative;
	z-index: 10;
	background: rgba(0, 0, 0, 0.1);
}

.banner-btn {
	position: absolute;
	right: 3%;
	bottom: 10%;
	z-index: 1000;
}

.banner-btns {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	line-height: 46px;
}

.banner-btns:hover {
	cursor: pointer;
}

.banner-btns:focus {
	outline: none;
}

.banner-btns.banner-btn-next {
	margin-right: 15px;
}

.vidbg-overlay {
	background: rgba(0, 0, 0, 0)!important;
}


/**/

.warrpbox {
	width: 100%;
}

.title {
	position: relative;
	text-align: center;
	margin-bottom: 60px;
}

.title h2 {
	position: relative;
	font-size: 30px;
	z-index: 5;
	font-weight: bold;
	letter-spacing: 3px;
}

.title p {
	margin-top: 20px;
	font-size: 14px;
	text-transform: uppercase;
}

.title_bj {
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -32.5px;
	opacity: 0.8;
}


/*é¦–é¡µå…³äºŽæˆ‘ä»¬*/

.profile-data {
	display: flex;
	justify-content: space-around;
}

.profile-data li {
	position: relative;
	min-width: 150px;
	padding-left: 40px;
}

.profile-data li&gt;img {
	position: absolute;
	top: 7px;
	left: 0;
}

.profile-data li h3 {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 32px;
}

.intro_box {
	margin-top: 60px;
	display: flex;
	align-items: center;
}

.intro_box h4 {
	position: relative;
	width: 100%;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 30px;
}

.intro_box&gt;img {
	max-width: 50%;
}

.intro_text {
	padding-right: 5%;
}

.intro_text p {
	margin-bottom: 8px;
}
.intro_text .text_box{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
}
.intro_box h4:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -2px;
	width: 95px;
	height: 4px;
	background: #01308a;
}

a.more-btn {
	display: inline-block;
	width: 190px;
	height: 48px;
	color: #fff;
	line-height: 48px;
	background: #01308a;
	border-radius: 0;
}

a.more-btn&gt;i {
	font-size: 14px;
}


/**/

.video_product {
	position: relative;
}

.video_product .title {
	color: #fff;
}

.back_bj {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #004085;
	bottom: 30%;
	z-index: -1;
}

.back_bj&gt;div {
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
}

.product-wrapper .swiper-pagination {
	bottom: 0!important;
	
}

.product-wrapper {
	padding-top: 40px!important;
	margin-top: -10px!important;
	padding-bottom: 30px!important;
	}
.swiper-pagination-bullet-active{
	background:#01308a!important;
}
.product-wrapper .swiper-slide {
	position: relative;
	background: #fff;
	max-width:400px;
	box-shadow:0 1px 2px rgba(0,0,0,0.2)
}

.product-wrapper .swiper-slide img {
	width: 100%;
}

.pro-text {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	padding: 30px;
	flex-direction: column;
	justify-content: space-between;
}

.pro-text h4 {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: bold;
}

.view-more {
	position: relative;
	display: flex;
	width: 32px;
	height: 32px;
	color: #fff;
	background:#ddd;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

.view-more span {
	color: #fff;
}

.view-more:hover {
	color: #fff;
}

.product-wrapper .swiper-slide {
	font-size: 18px;
	transition: 300ms;
}

.product-wrapper .swiper-slide-active,
.product-wrapper .swiper-slide-duplicate-active {
	margin-top: -40px;
}
/**/
.news_recom{
	    display: flex;
    width: 100%;
    background: #fff;
    align-items: center;
    margin-bottom: 20px;
}
.news_recom .img-box{
	width: 100%;
	max-width: 465px;
	overflow: hidden;
}
.news_recom .img-box img{
	width: 100%;
	transform: scale(1);
	transition: all 0.3s;
}
.news_recom:hover .img-box img{
	transform: scale(1.1);
	transition: all 0.3s;
}
.news_recom&gt;div.text_box{
	position: relative;
	padding: 0 5%;
	width:100%
}

.news_recom&gt;div.text_box h3{
	font-size: 20px;
	margin-bottom: 30px;
	font-weight: bold;
	color: #333;
}
.news_recom&gt;div.text_box&gt;div{
	   display: flex;
    margin-top: 30px;
    justify-content: space-between;
    align-items: center;
}
.news_recom&gt;div.text_box span.day,
.news-wrapper .swiper-slide span.day{
	display: inline-block;
	font-weight: bold;
	color: #333;
}
.news_recom&gt;div.text_box span.view-more,
.news-wrapper .swiper-slide span.view-more{
	background: #ddd;
}
.product-wrapper .swiper-slide:hover  span.view-more:before,
.news-wrapper .swiper-slide:hover span.view-more:before,
.news_recom:hover span.view-more:before{
	right: 0;
	transition: all 0.3s;
	background:#01308a;
}
.news_recom:hover,.news-wrapper .swiper-slide:hover {
	background: #fff;
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}
.news_recom&gt;div.text_box p{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-wrapper .swiper-slide{
	padding: 25px 30px;
	background: #fff;
	cursor: pointer;
}
.news-wrapper .swiper-slide h3{
	font-size:18px;
	font-weight: bold;
	min-height: 48px;
	line-height: 24px;
	margin: 20px 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-wrapper .swiper-slide p{
	margin-bottom: 20px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-wrapper {
	padding-bottom: 40px!important;
}
.news-wrapper .swiper-pagination{
	bottom: 0!important;
}
.hezuo-wrapper{
	padding-top: 60px!important;
}
.hezuo-wrapper img{
	width: 100%;
	border-bottom:8px solid #f5f5f5;
}
/*footer*/

footer {
	background: #212121;
}

footer a {
	color: #fff;
	opacity: 0.7;
}

footer a:hover {
	opacity: 1;
	color:#fff;
}

.footer-top {
	padding: 50px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-top .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.link-fa {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.link-fa a {
	display: flex;
	background: #fff;
	color: #000;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin: 0 5px;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	opacity: 1;
	transition: all 0.3s;
}

.link-fa a:hover {
	background: #d10101;
	color: #fff;
	transition: all 0.3s;
}

.footer-main-nav {
	padding: 70px 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-main .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer-main .container&gt;.flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer-main .container&gt;.flex .foot-nav-item:first-child {
	margin-right: 120px;
	width: 120px;
}

.foot-nav-item .foot-nav-title {
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	margin-bottom: 30px;
}

.foot-nav-con&gt;p {
	color: #fff;
	margin-top: -15px;
}

.foot-nav-item2 {
	width: 400px;
}

.foot-nav-item2 .form-row&gt;.flex {
	display: flex;
	width: 100%;
}

.foot-nav-item2 .form-row&gt;.flex&gt;div {
	width: 100%;
	margin: 5px;
}

.foot-nav-item2 .form-control {
	border-radius: 0;
	font-size: 14px;
	height: 38px;
}

.foot-nav-item2 .feedback-submit {
	height: 38px;
	font-size: 14px;
	background: #01308a;
	border-radius: 0;
}

.footer-contact {
	padding: 40px 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-contact li {
	display: flex;
	color: #fff;
	align-items: center;
}

.footer-contact li p {
	font-size: 12px;
}

.footer-contact li h3 {
	font-family: impact;
	font-size: 22px;
}

.footer-contact li&gt;i {
	width: 50px;
	height: 50px;
	text-align: center;
	background: #fff;
	color: #000;
	line-height: 50px;
	border-radius: 50%;
	margin-right: 20px;
	font-size: 26px;
}

.foot-nav-con li a {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 10px;
}

.foot-nav-con li a:hover {
	color: #fff;
	opacity: 1;
}

.footer-bottom {
	color: #fff;
	padding: 20px 0;
	background: #121212;
}

.footer-bottom .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-bottom a {
	opacity: 1;
}

.footer-bottom a:hover {
	color: #fff;
}
.foot-nav-con2{
	display: flex;
}
.foot-nav-con2 dl:first-child{
	margin-right: 120px;
}
.foot-nav-con2 dl dt{
	color: #fff;
	margin-bottom: 10px;
	font-weight: inherit;
}
.foot-nav-con2 dl dt i{
	margin-right: 8px;
}
.foot-nav-con2 dd{
	padding-left: 20px;
	margin-bottom: 10px;
}
/**/

@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1400px;
	}
}

.warrpbox {
	padding: 80px 0;
}

.title-box {
	width: 100%;
}

.title-box p {
	margin-bottom: 0;
	font-size: 18px;
	color: #777;
	text-transform: uppercase
}

.title-box h1 {
	font-family: EngraversGothic-BT;
	font-size: 36px;
	text-transform: uppercase
}

.title-box span {
	display: inline-block;
	width: 80px;
	height: 3px;
	background: #cd152c;
}


/*å…³äºŽæˆ‘ä»¬*/

.about-txt {
	margin-bottom: 50px;
}


.gc-wrapper {
	padding-top:40px!important;
	padding-bottom: 40px!important;
}

.gc-wrapper.swiper-container-horizontal&gt;.swiper-pagination-bullets,
.gc-wrapper .swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0;
}

.gc-wrapper {
	--swiper-theme-color: #01308a;
}

.cooperative {
	margin: 0 -15px;
}

.cooperative li {
	float: left;
	margin: 15px;
	width: calc(25% - 30px);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	overflow: hidden;
}

.cooperative li img {
	width: 100%;
}


/*æ–‡å­—æ³¢åŠ¨*/

.wenbodong {
	position: relative;
	width: 100%;
	min-height: 170px;
	overflow: hidden;
}

.bottomlogo-anim {
	animation-duration: 15s;
	animation-timing-function: linear;
	/* animation-direction: alternate; */
	animation-name: bottomlogo-anim;
	/* animation-fill-mode: forwards; */
	animation-iteration-count: infinite;
}

@keyframes bottomlogo-anim {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(100%);
	}
}

@media (max-width: 1450px) {
	header .nav-item {
		margin: 0 15px!important;
		transition: all 0.3s;
	}
	header .nav-item:before {
		content: "";
		position: absolute;
		width: 1px;
		top: 0;
		right: -15px;
		bottom: 0;
		background: rgba(255, 255, 255, 0.3);
	}
}

@media (max-width: 1330px) {
	.contact_phone {
		display: none!important;
	}
}


/**/

.product-title {
	display: flex;
}

.classify {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.classify a {
	position: relative;
	display: block;
	color: #888;
	margin-left: 25px;
	white-space: nowrap;
	text-transform: uppercase
}

.classify a:before {
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	bottom: -10px;
	left: 0;
	background: #000;
	transition: all 0.3s;
}

.classify li.cur a:before,
.classify li a:hover:before {
	width: 100%;
	transition: all 0.3s;
}

.classify a:hover {
	color: #000;
	text-decoration: none;
}

.classify li.cur a {
	color: #000;
}

.product-list ul {
	margin-top: 30px;
	margin-left: -10px;
	margin-right: -10px;
}

.product-list ul li {
	position: relative;
	float: left;
	padding: 40px 0;
	width: calc(25% - 20px);
	margin: 10px;
	background: #fff;
	box-shadow: 0 1px 4px 0 rgb(0 0 0 / 6%);
	transition: all 0.3s;
}

.product-list ul li a {
	position: relative;
	display: block;
	color: #000000;
	overflow: hidden;
}

.product-list ul li a:before {
	content: "";
	position: absolute;
	width: 220px;
	height: 219px;
	left: 50%;
	margin-left: -110px;
	top: 50%;
	margin-top: -80px;
	background: url(../images/bqb.png) no-repeat center;
	background-size: 100%;
	opacity: 0;
	transition: all 0.4s;
}

.product-list ul li img {
	position: relative;
	z-index: 1;
}

.product-list ul li:hover a:before {
	opacity: 1;
	transition: all 0.4s;
}

.product-list ul li p {
	text-align: center;
	margin-bottom: 30px;
	transition: all 0.3s;
}

.product-list ul li a:hover {
	text-decoration: none;
}

.product-list ul li:hover,
.product-center-list&gt;ul li:hover {
	box-shadow: 0 5px 10px 0 rgb(0 0 0 / 20%);
	transition: all 0.3s;
}

.product-list ul li:hover p {
	margin-top: -5px;
	margin-bottom: 35px;
	transition: all 0.3s;
}

.more-btn,
.a-link a {
	position: relative;
	display: block;
	margin: 30px auto 0;
	width: 180px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #fff;
	border-radius: 50px;
	color: #000;
	text-transform: uppercase;
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
	overflow: hidden;
}

.more-btn i {
	margin-left: 30px;
}

.more-btn:before,
.view-more:before {
	position: absolute;
	content: "";
	left: 0;
	right: 100%;
	top: 0;
	bottom: 0;
	background:#0642b5;
	transition: all 0.3s;
	z-index: 0;
}

.more-btn a {
	display: block;
	position: relative;
	z-index: 2;
	color: #000;
}

.more-btn span,
.view-more span {
	position: relative;
	z-index: 3;
}

.more-btn a:hover {
	text-decoration: none;
	color: #fff;
}

.more-btn:hover:before,
.view-more:hover:before {
	right: 0;
	transition: all 0.3s;
}


/**/

.bottom-banner-box {
	background: url(../images/bj.jpg) no-repeat center;
	background-size: cover;
}

.bottom-banner {
	padding-top: 260px;
	width: 100%;
}

.bottom-banner .container,
.a-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.bottom-banner .container h1 {
	font-weight: bold;
	margin-bottom: 0;
	color: #fff;
	text-transform: uppercase;
}

.bottom-banner .container h1 i {
	color: #cd152c;
	font-style: normal;
}

.a-link a {
	position: relative;
	margin-top: 0;
	margin-left: 20px;
	color: #cd152c;
	transition: all 0.3s;
}

.a-link a:hover {
	text-decoration: none;
	margin-top: -5px;
	margin-bottom: 5px;
	transition: all 0.3s;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
}

.a-link a.type1 {
	background: #cd152c;
	color: #fff;
}


/*å†…é¡µ*/

#banner-img {
	position: relative;
	width: 100%;
	background: #fff;
}

.container-banner {
	position: relative;
	display: flex;
	padding-top: 80px;
	z-index: 2;
	width: 100%;
	min-height:500px;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.container-banner h3 {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 3px;
	opacity:0.1;
	margin-bottom:0;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}
.container-banner p{
	color:#fff;
	font-size:24px;
	font-weight:bold;
	text-shadow:0 1px 2px rgba(0,0,0,0.5)
}
.banner-txt {
	position: relative;
	padding-top: 60px;
	z-index: 2;
}

#banner-img h2 {
	position: relative;
	z-index: 2;
	font-size: 120px;
	margin-bottom: -38px;
	font-family: "EngraversGothic-BT";
	font-weight: bold;
	color: #fff;
	letter-spacing: 10px;
}

.dh {
	background: #fff;
	padding: 10px 0;
	border-bottom: 1px solid #EAEAEA;
}

.dh em {
	display: inline-block;
	font-size: 12px;
	margin: 0 10px;
}

.dh a {
	font-size: 14px;
	color: #333;
}

#main {
	min-height: 500px;
}

.container-title {
	font-size: 36px;
	text-align: center;
	margin-bottom: 30px;
	font-family: "EngraversGothic-BT";
}

.about_text p {
	margin-bottom: 20px;
	text-align: center;
}


/*è”ç³»æˆ‘ä»¬*/

#mapContainer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.contact-box .contxt {
	display: flex;
	width: 100%;
}

.contact-box .contxt&gt;.map {
	width: 100%;
}

.contact-box .contxt&gt;ul {
	display: flex;
	min-width: 450px;
	padding: 25px 10px;
	background: #f5f5f5;
	flex-direction: column;
	justify-content: space-between;
}

.contact-box&gt;h3 {
	margin-bottom: 60px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}

.contact-box .contxt li {
	list-style: none;
	width: 100%;
	padding: 20px;
	/*box-shadow: 0 0 5px rgba(0,0,0,0.2);*/
	border-radius: 10px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #333;
}

.contact-box .contxt li&gt;div {
	float: left;
	width: calc(100% - 75px);
	margin-left: 20px;
}

.contact-box .contxt li p.linav {
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #01308a;
}

.contact-box .contxt li:after {
	content: '.';
	height: 0;
	clear: both;
	visibility: hidden;
	display: block;
	font-size: 0
}

.contact-box .contxt li em {
	float: left;
	display: block;
	font-size: 22px;
	color: #01308a;
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	border-radius: 50%;
	background: #01308a1f;
}

.con_right {
	margin: 60px 0;
	padding: 60px;
	background: #f5f5f5;
	border-radius: 10px;
}

.con_right&gt;h3 {
	margin-bottom: 40px;
	position: relative;
	text-align: center;
	font-size: 28px;
}

.feedback-form .form-control-input {
	position: relative;
}

.feedback-form .form-control-input .form-control,
.feedback-form .form-textarea {
	background-color: #ffffff7a;
}

.feedback-form .form-control-input .form-control,
.feedback-form .form-textarea {
	width: 100%;
	padding: 15px 15px 15px 20px;
	height: 57px;
	line-height: 26px;
	color: #000;
	background-repeat: no-repeat;
	background-position: 0.5rem center;
	background-size: 0.5rem;
	border: 1px solid #e5e5e5;
	border-radius: 0px;
	transition: all .3s;
	outline: 0;
}

.feedback-form .form-control-input .form-control,
.feedback-form .form-textarea {
	background-color: #ffffff7a;
}

.feedback-form .form-textarea {
	padding-left: 20px;
	height: 180px;
}

.feedback-submit {
	float: right;
	background: #000;
	color: #ffffff;
	border-radius: 0;
	width: 100%;
	max-width: 300px;
	height: 51px;
}
.flex .feedback-submit{
	max-width: 100%;
}
.feedback-submit:hover {
	background: #1154d7;
	color: #fff;
}


/**/

ul.number {
	margin-top: 60px;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

ul.number li {
	display: flex;
	align-items: center;
}

ul.number li h3 {
	font-size: 36px;
	margin-bottom: 0;
	font-weight: normal;
}

ul.number li .num_box {
	margin-left: 30px;
}

ul.number img {
	width: 70px;
}

.mapp {
	margin-top: 60px;
}


/*.ab-banner{
	width: 100%;
	min-height: 400px;
	background: url(../images/banner-about.jpg) no-repeat center fixed;
	background-size: cover;
}*/


/**/

.mould-box {
	width: 100%;
}

.mould-box&gt;ul {
	padding: 0 0 20px;
	margin-left: -15px;
	margin-right: -15px;
}

.mould-box&gt;ul li {
	float: left;
	list-style: none;
	width: calc(33.3333% - 30px);
	margin: 15px;
	cursor: pointer;
}

.mould-box&gt;ul li img {
	width: 100%;
}

.mould-box&gt;ul li p {
	background: #f5f5f5;
	text-align: center;
	line-height: 30px;
	padding: 5px 15px;
}

.mould-box .hidden {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 10000000000000;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.mould-box .hidden img {
	width: 100%;
	max-width: 800px;
}

.mould-box .hidden .close-gb {
	display: flex;
	margin-top: 20px;
	border: 1px solid #fff;
	color: #FFF;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	font-size: 25px;
	cursor: pointer;
	justify-content: center;
}

.mould-box .hidden.cur {
	display: flex;
}


/*æ–°é—»é¡µ*/

ul.news-list {
	width: 100%;
}

ul.news-list li a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

ul.news-list li {
	padding: 2.66%;
	border-bottom: 1px solid #EAEAEA;
	transition: all 0.3s;
}

ul.news-list li:hover {
	margin-left: -5px;
	transition: all 0.3s;
	background: #f5f5f5;
}

ul.news-list li .date {
	width: 98px;
}

ul.news-list li .date h1 {
	font-size: 48px;
	line-height: 50px;
	color: #ababab;
	border-bottom: 1px solid #e3e3e3;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 10px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

ul.news-list li .date p {
	color: #b2b2b2;
	margin-top: 15px;
	text-align: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

ul.news-list li .img-box {
	width: 20.46%;
	margin-left: 2.66%;
}

ul.news-list li .text-box {
	padding-left: 30px;
	width: 67.82%;
}

ul.news-list li .text-box h3 {
	margin-bottom: 15px;
	color: #000;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

ul.news-list li .text-box&gt;p {
	line-height: 24px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}


/**/

#cont-body {
	min-height: 800px;
}

.news-view-container {
	width: 100%;
	padding: 30px 0 0px;
}

.news-share {
	padding-top: 8px;
	padding-bottom: 8px;
	border: #c5c5c5 1px dashed;
	margin: 0 auto;
	margin-top: 15px;
}

.news-con-title {
	text-align: center;
}

.news-con-title h3 {
	margin-bottom: 30px;
	font-size: 30px;
}

.news-conner {
	margin-top: 30px;
	color: #444;
}

.show_button {
	display: none;
	color: #fff;
	padding: 15px 30px;
	background: url(../images/anniubg.jpg) no-repeat right #2e62b7;
}

.news-con {
	padding: 30px;
}

.morenews&gt;h3 {
	padding-bottom: 20px;
	margin-bottom: 30;
	font-size: 24px;
	border-bottom: 1px solid #DDDDDD;
}

.morenews ul {
	margin-left: -15px;
	margin-right: -15px;
}

.morenews ul:after {
	content: '.';
	height: 0;
	clear: both;
	visibility: hidden;
	display: block;
	font-size: 0
}

.morenews li {
	float: left;
	width: calc(50% - 30px);
	margin: 15px;
	list-style: none;
	padding: 10px 0;
	line-height: 28px;
	border-bottom: 1px dashed #ddd;
}

.morenews li a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #666;
}

.morenews li a:hover {
	color: #000;
}

.news-bottom {
	display: flex;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px dashed #ddd;
	margin-top: 150px;
	justify-content: space-between;
}


/**/

.special-box {
	padding: 30px 0;
	border-bottom: 1px solid #EAEAEA;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: default;
	transition: all 0.3s;
}

.special-box:hover {
	background: #f5f5f5;
	padding: 30px;
	transition: all 0.3s;
}

.special-box:nth-child(2n) {
	flex-direction: row-reverse;
}

.special-box:nth-child(2n) img {
	margin-right: 0px;
	margin-left: 40px;
}

.special-box img {
	margin-right: 40px;
}


/**/

.Products-head {
	padding: 40px 0;
	background: #f1f5f9;
}

.left-nav {
	width: 260px;
}

.left-nav&gt;div.pro-nav-box {
	margin-top: 40px;
	width: 100%;
	height: calc(100% - 55px);
	overflow: hidden;
	overflow-y: auto;
}

.close-pro {
	display: none;
	text-align: right;
	padding: 10px 15px;
	height: 50px;
	font-size: 20px;
	margin-bottom: 5px;
}

.left-nav li {
	
	font-size: 14px;
	border-bottom: 1px solid #EAEAEA;
}
.left-nav li a{
	display:block;
	padding: 15px 15px;
}
.left-nav li.cur a{
	color:#01308a;
	font-weight:bold
}
.left-nav li:last-child {
	border: none;
}

.pro-tab {
	display: flex;
	padding: 40px 0;
	align-items: center;
	justify-content: center;
}

.pro-tab li a {
	display: block;
}

.pro-tab li a:hover {
	color: #CD152C;
}

.pro-tab li {
	position: relative;
	background: #fff;
	color: #666;
	line-height: 60px;
	padding: 0 30px;
	margin: 0 15px;
	border: 1px solid #EAEAEA;
	min-width: 230px;
	text-align: center;
}

.pro-tab li:hover {
	border-color: #CD152C;
}

.pro-tab li.cur:before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: -8px;
	margin-left: -10px;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 8px solid #000;
}

.pro-tab li.cur {
	background: #000;
}

.pro-tab li.cur a {
	color: #fff;
}

.pro-type {
	margin-bottom: 20px;
}

.pro-type.cur .pro-type-nav {
	background: #01308a;
	color: #fff;
}

.pro-type-nav {
	display: flex;
	text-align: left;
	background: #f3f6ff;
	padding: 15px 20px;
	line-height: 30px;
	align-items: center;
	justify-content: space-between;
}

.pro-type ul {
	height: 0;
	overflow: hidden;
}

.pro-type.cur ul {
	height: 100%;
}


/**/

.title_ny2 h2 {
	position: relative;
	text-align: left;
	font-size: 24px;
	margin-bottom: 40px;
	padding-bottom: 25px;
	border-bottom: 1px solid #EAEAEA;
}

.title_ny2 h2:before {
	content: "";
	left: 0;
	position: absolute;
	width: 60px;
	height: 3px;
	bottom: -1px;
	background: #d10101;
}

.mould-box&gt;ul:after {
    content: '.';
    height: 0;
    clear: both;
    visibility: hidden;
    display: block;
    font-size: 0;
}
.mould-box&gt;ul li:hover p{
	background: #01308a;
	color:#fff;
}
.zznav {
	display: flex;
	margin-bottom: 25px;
}
.zznav li{
	text-align: center;
	margin-right: 20px;
	min-width: 120px;
	line-height: 24px;
	padding: 15px 20px;
	background: #f5f5f5;
	
}
.zznav li a{
	    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #01308a;
}
.zznav li a i{
	margin-right: 8px;
}
.zznav li.cur a{
	color: #fff;
}
.zznav li.cur{
	background:#01308a;
	color: #fff;
}
.mould-box{
	cursor: pointer;
}
/**/

.procenter {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.product-center-list {
	width: calc(100% - 330px);
	margin-bottom: 60px;
}

.product-center-list ul {
	margin-top: 10px;
	margin-left: -10px;
	margin-right: -10px;
}

.product-center-list&gt;ul li {
	    border: 1px solid #eaeaea;
	position: relative;
	float: left;
	display: flex;
	padding: 20px;
	width: calc(33.3333% - 20px);
	margin: 10px;
	box-shadow: initial;
	flex-direction: column-reverse;
	align-items: center;
	cursor: pointer;
}
.product-center-list&gt;ul li img{
	border-bottom:1px solid #eaeaea
}
.product-center-list&gt;ul li p {
	margin-top: 20px;
}

.left-nav {
	position: sticky;
	top: 80px;
}

.product-center-list&gt;li:hover:after {
	right: 0;
}

.newprocenter .product-center-list {
	width: 100%;
}

.newprocenter .product-center-list li {
	width: calc(25% - 20px);
}

.product-center-list .hidden {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 10000000000000;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.product-center-list .hidden img {
	max-width: 800px;
	max-height: 78%;
}

.product-center-list .hidden .close-gb {
	display: flex;
	margin-top: 20px;
	border: 1px solid #fff;
	color: #FFF;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	font-size: 25px;
	cursor: pointer;
	justify-content: center;
}

.product-center-list .hidden.cur {
	display: flex;
}

.pro-type-mobile {
	display: none;
}
.product_view {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.product_view&gt;img{
	width:100%;
	max-width:60%
}
.pro-back{
	margin-top:30px
}
.pro-back .btn-back{
	display:inline-block;
	padding:10px 20px;
	min-width:120px;
	text-align:center;
	line-height:24px;
	background:#f5f5f5;
}
.pro-back .btn-back i{
	margin-right:10px;
}
.text_view{
	width:100%;
	max-width:40%
}
.text_view h3{
	border-bottom:1px solid #eaeaea;
	padding-bottom:20px;
	margin-bottom:30px;
	font-weight:bold;
	font-size:20px;
}
.pro-back .btn-back:hover{
	background:#01308a;
	color:#fff;
}
/**/

.manu .swiper-container {
	padding-bottom: 60px;
	--swiper-theme-color: #d10101;
}

.manu .swiper-container-horizontal&gt;.swiper-pagination-bullets,
.manu .swiper-pagination-custom,
.manu .swiper-pagination-fraction {
	bottom: 0;
}

.data-day {
	margin-left: -15px;
	margin-right: -15px;
}

.data-day li {
	float: left;
	margin: 15px;
	width: calc(50% - 30px);
}

@media (max-width: 1200px) {
	.news_recom&gt;div.text_box{
		width: 50%;
	}
	.intro_box h4{
		display: none;
	}
	.profile-data {
		justify-content: space-between;
	}
	.profile-data li {
		min-width: inherit;
	}
	.profile-data li h3 {
		font-size: 26px;
	}
	.container-banner {
		padding-top: 0;
		min-height: 320px;
	}
	.left-nav {
		width: 220px;
	}
	.left-nav li {
		padding: 10px 15px;
	}
	.product-center-list li p {
		font-size: 14px;
	}
	.product-center-list {
		width: calc(100% - 240px);
	}
	.pro-type-nav {
		font-size: 14px;
		padding: 10px 10px 10px 15px;
	}
	.product-center-list li {
		padding: 10px;
	}
	#banner-img {
		padding-top: 0px;
	}
	.about-container .title-box {
		margin-right: 10%;
		margin-bottom: 40px;
	}
	.mobile_header-box {
		display: block;
	}
	ul.news-list li .date h1 {
		font-size: 38px;
		line-height: 38px;
		margin-bottom: 10px;
	}
	.footer-contact li&gt;i {
		margin-right: 10px;
	}
	.footer-contact li h3 {
		font-size: 18px;
	}
}

@media (max-width:991px) {
	div.clear1{
		display:none
	
}
div.clear2{
	display:block
}
	.footer-main-nav{
		display: none!important;
	}
	.news_recom&gt;div.text_box p{
		-webkit-line-clamp: 2;
    line-clamp: 2;
	}
	a.more-btn {
		width: 160px;
		height: 42px;
		line-height: 42px;
	}
	.title{
		margin-bottom: 40px;
	}
	.intro_box {
		margin-top: 20px;
		display: flex;
		align-items: center;
		flex-direction: column-reverse;
	}
	.intro_box&gt;img {
		max-width: 100%;
		margin-bottom: 20px;
	}
	.intro_box h4 {
		font-size: 20px;
	}
	.title h2 {
		font-size: 28px;
	}
	.profile-data li {
		transform: scale(0.8);
	}
	.contact-box .contxt&gt;ul {
		min-width: initial;
		width: 100%;
	}
	.contact-box .contxt {
		display: flex;
		width: 100%;
		flex-direction: column;
	}
	.foot-nav-item2 {
		display: none;
	}
	.footer-main .container&gt;.flex {
		width: 100%;
	}
	.footer-contact,
	.footer-bottom .container {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: column;
	}
	.footer-contact li {
		margin-bottom: 20px;
	}
	.cooperative li {
		width: calc(33.33% - 30px);
	}
	.newprocenter .product-center-list li {
		width: calc(50% - 20px);
	}
	.left-nav {
		width: 180px;
	}
	.product-center-list {
		width: calc(100% - 200px);
	}
	.pro-type-nav,
	.left-nav li {
		font-size: 12px;
	}
	.product-center-list&gt;ul li {
		width: calc(50% - 20px);
		padding: 5px;
	}
	ul.news-list li a {
		align-items: center;
		justify-content: flex-start;
		flex-direction: column;
	}
	ul.news-list li .img-box {
		width: 100%;
		margin: 20px 0;
	}
	ul.news-list li .text-box {
		width: 100%;
		padding-left: 0;
	}
	.mould-box&gt;ul li {
		width: calc(50% - 30px);
	}
	.contact-box .contxt ul {
		flex-direction: column;
	}
	ul.number img {
		width: 50px;
	}
	ul.number li h3 {
		font-size: 28px;
	}
	ul.number li .num_box {
		margin-left: 15px;
	}
	ul.number {
		margin-bottom: 0;
	}
	.wenbodong {
		min-height: 140px;
	}
	.warrpbox {
		padding: 60px 0;
	}
	.about-box .text-box {
		margin-bottom: 30px;
	}
	.about-container {
		flex-direction: column!important;
	}
	.product-title {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.classify a {
		margin-left: 0;
		margin-top: 30px;
		margin-right: 25px;
	}
	.product-list ul li {
		width: calc(50% - 20px);
	}
	.register-container .col-form-control {
		font-size: 14px;
	}
}

@media (max-width:768px) {
	.banner_button{
		display:none;
	}
	.news_recom {
    flex-direction: column;
	}
	.news_recom&gt;div.text_box{
		padding: 20px;
		width: 100%;
	}
	.news_recom&gt;div.img-box{
		width: 100%;
		max-width: inherit;
	}
	.profile-data {
		display: inherit;
		margin-left: -15px;
		margin-right: -15px;
	}
	.profile-data:after {
		content: '.';
		height: 0;
		clear: both;
		visibility: hidden;
		display: block;
		font-size: 0
	}
	.intro_box&gt;img {
		display: none;
	}
	.profile-data li {
		float: left;
		margin: 15px;
		padding-bottom: 20px;
		border-bottom: 1px solid #eaeaea;
		width: calc(50% - 30px);
		transform: inherit;
	}
	.profile-data li:last-child {
		display: none;
	}
	.contact-box&gt;h3 {
		font-size: 18px;
	}
	.register-contain-title {
		margin-bottom: 0.8rem;
	}
	.register-container .col-form-control .form-control {
		height: 40px;
		line-height: 40px;
	}
	.register-container .col-form-control {
		width: calc(100% - 105px);
		font-size: 12px;
		height: 40px;
		line-height: 40px;
	}
	.register-container .col-form-label {
		width: 105px;
		font-size: 12px;
	}
	.register-container .col-form-control.form-submit {
		text-align: left;
		margin-left: 105px;
	}
	.pro-tab li {
		min-width: 160px;
		line-height: 50px;
		padding: 0 15px;
	}
	.pro-type-mobile {
		display: block;
		text-align: center;
		padding: 15px;
		width: 100%;
		margin-top: 15px;
		background: #f3f6ff;
		cursor: pointer;
	}
	.close-pro {
		display: block;
	}
	.left-nav {
		position: fixed;
		z-index: 1000000;
		top: 0;
		bottom: 0;
		left: -100%;
		margin: 0;
		width: auto!important;
		background: #fff;
		transition: all 0.3s;
		overflow: hidden;
		overflow-y: auto;
		box-shadow: 10px 0 20px rgba(0, 0, 0, 0.2);
	}
	.left-nav.cur {
		left: 0;
		transition: all 0.3s;
	}
	.left-nav&gt;div.pro-nav-box::-webkit-scrollbar {
		width: 0px;
		height: 5px;
	}
	.left-nav .pro-type {
		width: 300px;
	}
	.left-nav li {
		background: #fff;
	}
	.procenter {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: column;
	}
	.product-center-list {
		width: 100%;
	}
	.con_right {
		padding: 30px;
	}
	.banner .swiper-button-next,
	.banner .swiper-button-prev {
		display: none;
	}
	.bottom-banner .container h1 {
		font-size: 30px;
		margin-bottom: 30px;
		text-align: center;
	}
	.bottom-banner .container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
	}
	.a-link a {
		margin: 0 10px;
	}
	.bottom-banner {
		padding-top: 70px;
	}
	ul.number li .num_box p {
		font-size: 12px;
	}
	
}

@media (max-width:680px) {
	.intro_text .text_box {
    overflow: initial;
    text-overflow: initial;
    -webkit-line-clamp: initial;
    line-clamp: initial;
	}
	.warrpbox{
		padding: 40px 0;
	}
	.title{
		margin-bottom: 20px;
	}
	.title h2{
		font-size: 22px;
	}
	.contact-box .contxt&gt;ul {
		padding: 15px;
	}
	.footer-top,.footer-contact{
		padding: 20px;
	}
	.footer-top img{
		height: 30px;
	}
	.footer-contact li&gt;i{
		display: block;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.text p{
		font-size: 12px!important;
	}
	.footer-top .container {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.footer-main-nav,
	.link-fa {
		display: none!important;
	}
	#img {
		height: 40px!important;
	}
	.form-submit {
		margin-top: 20px;
	}
	.register-container .form-group {
		margin-bottom: 0;
	}
	.register-container .col-form-control.form-submit .form-submit-btn {
		max-width: initial;
	}
	.register-container .col-form-control {
		width: 100%;
	}
	.register-container .col-form-control.form-submit {
		margin-left: 0;
	}
	.form-group {
		flex-direction: column!important;
	}
	.pro-tab li {
		min-width: 120px;
		line-height: 30px;
		padding: 0 10px;
		margin: 0;
	}
	.product-center-list li p {
		font-size: 12px;
	}
	.container-banner h3 {
		font-size: 24px;
	}
	.mould-box&gt;ul li {
		width: calc(100% - 30px);
	}
	.container-banner {
		min-height: 180px;
	}
	.contact-box .contxt li p.linav {
		font-size: 16px;
	}
	.con_right&gt;h3 {
		font-size: 18px;
	}
	.contact-box .contxt li p {
		font-size: 14px;
	}
	.form-control {
		font-size: 12px;
	}
	ul.number {
		margin-top: 0;
		display: flex;
		align-items: center;
		justify-content: space-around;
		flex-direction: column;
	}
	ul.number li {
		min-width: 190px;
		margin-bottom: 20px;
	}
	.mapp {
		margin-top: 20px;
	}
	.product-list ul li {
		width: calc(100% - 20px);
	}
	.product-list ul li:nth-child(6),
	.product-list ul li:nth-child(5),
	.product-list ul li:nth-child(7),
	.product-list ul li:nth-child(8) {
		display: none;
	}
	.wenbodong {
		min-height: 64px;
	}
	.about-container .title-box {
		margin-right: 0;
	}
	.title-box h1 {
		font-size: 28px;
	}
	.bottom-banner .container h1 {
		font-size: 24px;
	}
	.more-btn,
	.a-link a {
		width: inherit;
		padding: 0 20px;
		height: 45px;
		line-height: 45px;
	}
	.a-link a {
		height: 38px;
		line-height: 38px;
	}
	.news-bottom {
		margin-top: 50px;
	}
	.dh a {
		font-size: 12px;
	}
	.news-con-title h3 {
		font-size: 22px;
	}
}</pre></body></html>